-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API: Disallow dtypes w/o frequency when casting #23392
API: Disallow dtypes w/o frequency when casting #23392
Conversation
Hello @gfyoung! Thanks for submitting the PR.
|
Codecov Report
@@ Coverage Diff @@
## master #23392 +/- ##
==========================================
- Coverage 92.16% 92.16% -0.01%
==========================================
Files 166 166
Lines 51224 51222 -2
==========================================
- Hits 47212 47208 -4
- Misses 4012 4014 +2
Continue to review full report at Codecov.
|
@jbrockmendel can you have a look see. |
I remember this now, so this lgtm. |
4e266ab
to
f375219
Compare
Previously deprecated for Series constructor and the `.astype` method. Now being enforced. xref pandas-devgh-15987.
f375219
to
4c0d882
Compare
@jreback : Rebased, and all is green. PTAL. |
thanks @gfyoung |
Small comments aside, LGTM. |
@gfyoung if you can follow up with those comments in another PR |
* Use 'unit' instead of 'frequency' * Minor spacing issues in docs
…y_tests * repo_org/master: (52 commits) ENH: Allow rename_axis to specify index and columns arguments (pandas-dev#20046) STY: proposed isort settings [ci skip] [skip ci] [ciskip] [skipci] (pandas-dev#23366) MAINT: Remove extraneous test.parquet file CLN: Follow-up comments to pandas-devgh-23392 (pandas-dev#23401) BUG GH23282 calling min on series of NaT returns NaT (pandas-dev#23289) unpin openpyxl (pandas-dev#23361) REF: collect ops dispatch functions in one place, try to de-duplicate SparseDataFrame methods (pandas-dev#23060) CLN: Remove pandas.tools module (pandas-dev#23376) CLN: Remove some dtype methods from API (pandas-dev#23390) CLN: Cleanup toplevel namespace shims (pandas-dev#23386) DOC: fixup whatsnew note for GH21394 (pandas-dev#23355) Fix import format at pandas/tests/extension directory (pandas-dev#23365) DOC: Remove Series.sortlevel from api.rst (pandas-dev#23395) API: Disallow dtypes w/o frequency when casting (pandas-dev#23392) BUG/TST/REF: Datetimelike Arithmetic Methods (pandas-dev#23215) STYLE: lint add np.nan* funcs to cython_table (pandas-dev#22109) Run Isort on tests/util single PR (pandas-dev#23347) BUG: Fix date_range overflow (pandas-dev#23345) Run Isort on tests/arrays single PR (pandas-dev#23346) ...
Previously deprecated for Series constructor and the `.astype` method. Now being enforced. xref pandas-devgh-15987.
* Use 'unit' instead of 'frequency' * Minor spacing issues in docs Follow-up to pandas-devgh-23392
Previously deprecated for Series constructor and the `.astype` method. Now being enforced. xref pandas-devgh-15987.
* Use 'unit' instead of 'frequency' * Minor spacing issues in docs Follow-up to pandas-devgh-23392
Previously deprecated for Series constructor and the `.astype` method. Now being enforced. xref pandas-devgh-15987.
* Use 'unit' instead of 'frequency' * Minor spacing issues in docs Follow-up to pandas-devgh-23392
Previously deprecated for
Series
constructor and the.astype
method. Now being enforced.xref #15987.